GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-03-26T16:37:01.3983523+00:00",
"SubmitDate": "2026-03-26T16:37:01.3983523+00:00",
"ReportPeriodStart": "2026-03-26T16:37:01.3983523+00:00",
"ReportPeriodEnd": "2026-03-26T16:37:01.3983523+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "0bfd6e98-90fe-4821-bde3-9f03d661b26e",
"Rows": [
{
"ItemId": "66c52196-948a-4921-ad86-9c87290ec5b7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "66c52196-948a-4921-ad86-9c87290ec5b7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "0bfd6e98-90fe-4821-bde3-9f03d661b26e",
"Rows": [
{
"ItemId": "66c52196-948a-4921-ad86-9c87290ec5b7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "66c52196-948a-4921-ad86-9c87290ec5b7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"c8e27b94-5c1e-49a1-ae68-d28b258a345d",
"dc616b0c-327a-44a0-9974-6ac5c3d7c713"
],
"Approvers": [
"45454dc6-e83e-4a04-a5d5-ca8f0894dba6",
"ae856da2-471c-43b6-b012-66bb6f1e7a9b"
],
"ApprovedBy": "d2967af4-1594-4d8a-bd87-3c2beed3fe5b",
"ApprovalDate": "2026-03-26T16:37:01.3983523+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "f8004fc0-8bc2-416e-af63-dd30d4c539f0",
"id": "281c89d8-4800-437a-8de3-3024169247b0",
"ConfigId": "2fdaa53f-e90d-48f2-9aaf-399a14aef47d"
},
{
"GenerationDate": "2026-03-26T16:37:01.3983523+00:00",
"SubmitDate": "2026-03-26T16:37:01.3983523+00:00",
"ReportPeriodStart": "2026-03-26T16:37:01.3983523+00:00",
"ReportPeriodEnd": "2026-03-26T16:37:01.3983523+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "0bfd6e98-90fe-4821-bde3-9f03d661b26e",
"Rows": [
{
"ItemId": "66c52196-948a-4921-ad86-9c87290ec5b7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "66c52196-948a-4921-ad86-9c87290ec5b7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "0bfd6e98-90fe-4821-bde3-9f03d661b26e",
"Rows": [
{
"ItemId": "66c52196-948a-4921-ad86-9c87290ec5b7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "66c52196-948a-4921-ad86-9c87290ec5b7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"c8e27b94-5c1e-49a1-ae68-d28b258a345d",
"dc616b0c-327a-44a0-9974-6ac5c3d7c713"
],
"Approvers": [
"45454dc6-e83e-4a04-a5d5-ca8f0894dba6",
"ae856da2-471c-43b6-b012-66bb6f1e7a9b"
],
"ApprovedBy": "d2967af4-1594-4d8a-bd87-3c2beed3fe5b",
"ApprovalDate": "2026-03-26T16:37:01.3983523+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "f8004fc0-8bc2-416e-af63-dd30d4c539f0",
"id": "281c89d8-4800-437a-8de3-3024169247b0",
"ConfigId": "2fdaa53f-e90d-48f2-9aaf-399a14aef47d"
}
]